home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Wissenschaft & Technik / MacApp & CW8 / 3.1.5 Metrowerks Support / Replacement Files / CW MALibraries / MA Extras / Your sources go here.cp < prev   
Text File  |  1995-10-25  |  991b  |  31 lines

  1. /*
  2.  
  3. This is a placeholder file.  
  4.  
  5. Do NOT discard this file or move it from its home.
  6. (The same goes for "Your resources go here.rsrc".)
  7.  
  8. For PPC apps only ...
  9.  
  10. You can put your files anywhere that is convenient.
  11.  
  12. For 68K apps only ...
  13.  
  14. Put all of _your_ sources and libraries into this segment ("Main") or
  15. you can split up your code into different segments if you want.
  16.  
  17. If you want to split up your code:
  18. 1.  Make sure your main function is #pragma segment Main (or in the first segment)
  19. 2.  For each segment you create in the project window, make that segment locked,
  20.     preloaded and protected.  This requirement is only for segments created in the 
  21.     Project window NOT segments you create by pragma segment.
  22. 3.    Create a res! resource for each segment you create in the Project window.
  23.  
  24. You MAY not have to be as strict as above.  However, it is a good starting point
  25. and I would suggest removing the restrictions one segment at a time and testing it.
  26.  
  27. Mark Anderson
  28. metrowerks
  29. 12/3/94
  30.  
  31. */